home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Games: 500 MB Amiga Software
/
500 MB Amiga Software - Euber 130 - Amiga Games Disc & Mag.iso
/
s
/
setlastfax
< prev
next >
Wrap
Text File
|
1993-05-26
|
523b
|
21 lines
; Afax:s/SetLastFax
; Script sets local variable lastfax to name of last fax received
;
if exists FAXREC:.next
set num `type FAXREC:.next`
set num `eval $num - 1`
set lastfax FAXREC:FAX$num
if not exists $lastfax
set lastfax FAXREC:FAX0$num
if not exists $lastfax
set lastfax FAXREC:FAX00$num
if not exists $lastfax
set lastfax FAXREC:FAX000$num
if not exists $lastfax
unset lastfax
endif
endif
endif
endif
endif